projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300648d
)
Fix FTBFS on build-any
author
Anton Gladky
<gladk@debian.org>
Wed, 24 Nov 2021 20:43:22 +0000
(21:43 +0100)
committer
Anton Gladky
<gladk@debian.org>
Wed, 24 Nov 2021 20:43:22 +0000
(21:43 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 1137897fb2783086aace3a62c489ae0fc512a5fa..ee2c8b0440ca03b18b4954b9fbfbdf4e485733bc 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-109,5
+109,5
@@
execute_after_dh_install:
find $(CURDIR)/debian/tmp/usr/share/doc/vtk-9.0/doxygen -name "_formulas.log" -exec rm {} \; || true
find $(CURDIR)/debian/build/Utilities/Doxygen/doc/html -name "_formulas.log" -exec rm {} \; || true
-execute_after_dh_installdocs:
+execute_after_dh_installdocs
-indep
:
find $(CURDIR)/debian/vtk9-doc/ -type f -print0 | xargs -0 sed -i 's/https:\/\/raw\.githubusercontent\.com//g'